Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create speedtracking.js #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iamsubashchhetri
Copy link

Key Features:
Real-Time Typing Speed: The program continuously tracks and displays the words per minute (WPM) as the user types. Time Elapsed: The time elapsed is shown in seconds, allowing users to see how long they've been typing. WPM Calculation: The typing speed is calculated by dividing the number of words by the time in seconds and multiplying it by 60 to get words per minute. Clean UI: A basic user interface with a textarea for typing and a simple stats display. How to Use:
Copy and paste the code into an HTML file.
Open the file in your browser and start typing in the textarea. As you type, you’ll see your WPM and the time elapsed update in real time.

Key Features:
Real-Time Typing Speed: The program continuously tracks and displays the words per minute (WPM) as the user types.
Time Elapsed: The time elapsed is shown in seconds, allowing users to see how long they've been typing.
WPM Calculation: The typing speed is calculated by dividing the number of words by the time in seconds and multiplying it by 60 to get words per minute.
Clean UI: A basic user interface with a textarea for typing and a simple stats display.
How to Use:
Copy and paste the code into an HTML file.
Open the file in your browser and start typing in the textarea.
As you type, you’ll see your WPM and the time elapsed update in real time.
Copy link
Collaborator

@hasan-py hasan-py left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please consider it to move to Add code here folder / html ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants